home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / utilstem / autopc / pan.lit < prev    next >
Encoding:
Text File  |  1992-08-28  |  2.5 KB  |  87 lines

  1.  
  2.  
  3.                       PAN
  4.  
  5.                    VERSION 1.1
  6.  
  7.     INTRODUCTION:
  8.  
  9.     PAN is automation software for controlling PC programs.  PAN
  10.     processes user defined script files. Once the PC programs have
  11.     been automated with PAN, they can be scheduled for unattended
  12.     execution by AUTO-PC.
  13.  
  14.     PAN vs KEYSTOKE CAPTURE
  15.  
  16.     The following outlines when to use the AUTO-PC keystroke capture
  17.     and playback facility or use PAN.
  18.  
  19.       Use AUTO-PC capture and playback to:
  20.  
  21.          Enter commands from the DOS prompt, for example:
  22.  
  23.          Load and unload resident programs such as 3270 emulation.
  24.          Log on to Local Area Networks.
  25.  
  26.          Run programs that do NOT HAVE variable processing times.
  27.  
  28.         NOTE: Keystrokes are played back at the same rate as entered.
  29.  
  30.       Use PAN to:
  31.  
  32.          Run programs that HAVE variable processing times, for example:
  33.  
  34.         ASYNCHRONOUS COMMUNICATION PRODUCTS
  35.             - Depends on the file sizes being transfered.
  36.         E-MAIL PROGRAMS
  37.             - Depends on the number and volume of mail.
  38.         DATABASE PROGRAMS
  39.             - Depends on the number of database records.
  40.  
  41.         NOTE: PAN can determine when a process has completed by
  42.               checking the screen.
  43.  
  44.           Run programs that may require seperate processing paths
  45.           depending on some condition.
  46.  
  47.         NOTE: PAN has IF/ELSE and BRANCHING logic.
  48.  
  49.     ROWCOL.COM
  50.  
  51.     ROWCOL.COM is a program developed by Logical Business Systems, Inc.
  52.     to assist users when writting PAN scripts.  ROWCOL is a POP-UP grid
  53.     used to determine where text strings are on the screen.
  54.  
  55.     Load ROWCOL.COM and then run the process you want to automate with
  56.     PAN.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.     GRAPHICS MODE
  63.  
  64.     Some programs will determine if the system they are running on
  65.     has a graphics monitor (i.e. VIEWPOINT) and will then run in graphics
  66.     mode. PAN supports text mode only, however using the following command:
  67.     "MODE MONO" will force the program to run in text mode.
  68.  
  69.     HOW TO GET PAN
  70.  
  71.     PAN is available from PC MagNet. (See the May 15, 1990 issue of PC
  72.     Magazine for a review of PAN.)
  73.  
  74.     PAN is ideal to use with AUTO-PC but is NOT a product of Logical
  75.     Business Systems, Inc.    PAN is not advertised, marketed, or supported
  76.     by Logical Business Systems, Inc.
  77.  
  78.     KNOWN PROBLEMS
  79.  
  80.     * Errors occur when using PAN with HIMEM.SYS and NOVELL NetWare.
  81.  
  82.     * Although PAN has shown some success in automating mainframe
  83.       sessions, several conflicts have been noted with various 3270
  84.       emulation products. (See HOSTKEYS.LIT for information on a
  85.       product to control 3270 sessions.)
  86.  
  87.